home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(getTimer() - t < 500 and this.hitTest(_root._xmouse,_root._ymouse,true))
- {
- eval("_root.l4.content.field_pl" + _root.field_select).gotoAndStop(1);
- gotoAndStop(2);
- _root.field_select = int(String(this).slice(27,String(this).length));
- var iden = eval("_root.l4.content.field_pl" + _root.field_select).id;
- getURL("javascript:showItem(\'" + iden + "\')","");
- }
- t = getTimer();
- }
-